lcPlineAddVerDir Home

Inserts a vertex into polyline object after the specified vertex.

 HANDLE lcPlineAddVerDir (
   HANDLE hPline,
   HANDLE hVertex,
   double Angle,
   double Length
 );

Parameters
hPline
  Handle to a polyline object.
hVertex
  Handle to the polyline vertex, or NULL.
Angle
  Direction angle from vertex hVertex.
Length
  Distance from vertex hVertex.

Return Value

  Handle to the new Vertex object or NULL if the function fails.

Remarks

  The vertex is inserted after the specified vertex. If hVertex is NULL, the vertex is appended to the end of the polyline.

See Also

  lcPlineAddVerlcPlineDeleteVerlcBlockAddPolyline